home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 073 / dissolve / makefile < prev    next >
Makefile  |  1995-03-13  |  218b  |  17 lines

  1. # :bk=0
  2.  
  3. OBJS=    dissolve.o blit.o
  4. CFLAGS= +idefs.inc
  5.  
  6. dissolve: $(OBJS) ram:c.lib
  7.     ln $(OBJS) -lc
  8.  
  9. dissolve.o blit.o: defs.inc
  10.  
  11. ram:c.lib:
  12.     copy df0:lib/c.lib ram:
  13.     set CLIB=ram:
  14.  
  15. defs.inc: defs.c
  16.     cc +hdefs.inc defs.c
  17.